home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
mac
/
ZIPPED
/
DOS
/
GRAPHICS
/
VIVID20.ZIP
/
CLOUD.V
< prev
next >
Wrap
Text File
|
1992-03-15
|
706b
|
60 lines
//
// clouds???
//
#include color.vc
studio {
from 10 3 5
at 0 0 5
up 0 0 1
angle 65
res 320 200
antialias adaptive
threshold 4
haze 0.01
aspect 4/3
background sky_blue
ambient white
}
surface {
texture {
pattern checker
scale 14 23 0
blend .8
turbulence {
amp 3
terms 4
}
surface { diff white }
surface { diff sky_blue }
}
}
ring {
center 0 0 10
normal 0 0 -1
radius 2000
}
surface {
texture {
pattern checker
scale 5 5 0
surface { diff blue }
surface { diff red }
}
}
ring {
center 0 0 0
normal 0 0 1
radius 2000
}
surface {
spec .8 .8 .8
shine 20
}
sphere { center 0 0 4 radius 3 }